net/http.http2requestParam.method (field)

8 uses

	net/http (current package)
		h2_bundle.go#L5730: 		method:    f.PseudoValue("method"),
		h2_bundle.go#L5736: 	isConnect := rp.method == "CONNECT"
		h2_bundle.go#L5741: 	} else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
		h2_bundle.go#L5756: 	if rp.method == "HEAD" && bodyOpen {
		h2_bundle.go#L5791: 	method                  string
		h2_bundle.go#L5834: 	if rp.method == "CONNECT" {
		h2_bundle.go#L5852: 		Method:     rp.method,
		h2_bundle.go#L6634: 			method:    msg.method,